[IA64] Formatting fix
authorAlex Williamson <alex.williamson@hp.com>
Thu, 12 Apr 2007 16:24:53 +0000 (10:24 -0600)
committerAlex Williamson <alex.williamson@hp.com>
Thu, 12 Apr 2007 16:24:53 +0000 (10:24 -0600)
This extra space after the newline causes printk to get confused
and re-evaluate do_print and leave start_of_line == 0.  Anything
printed after this will always print, regardless of intended
log level.

Signed-off-by: Alex Williamson <alex.williamson@hp.com>
xen/arch/ia64/xen/mm.c

index 6cd28d34578ab44c5396f4e699d61ececb39e759..d2fb513125f1f3c3702ec7c9a69c53bf0dfd7092 100644 (file)
@@ -673,7 +673,7 @@ unsigned long lookup_domain_mpa(struct domain *d, unsigned long mpaddr,
     } else if (mpaddr - IO_PORTS_PADDR < IO_PORTS_SIZE) {
         /* Log I/O port probing, but complain less loudly about it */
         gdprintk(XENLOG_INFO, "vcpu %d iip 0x%016lx: bad I/O port access "
-                 "0x%lx\n ", current->vcpu_id, PSCB(current, iip),
+                 "0x%lx\n", current->vcpu_id, PSCB(current, iip),
                  IO_SPACE_SPARSE_DECODING(mpaddr - IO_PORTS_PADDR));
     } else {
         gdprintk(XENLOG_WARNING, "vcpu %d iip 0x%016lx: bad mpa 0x%lx "